func os.ignoringEINTR2

4 uses

	os (current package)
		exec_unix.go#L63: 	pid1, err := ignoringEINTR2(func() (int, error) {
		file_posix.go#L264: func ignoringEINTR2[T any](fn func() (T, error)) (T, error) {
		file_unix.go#L430: 		n, err := ignoringEINTR2(func() (int, error) {
		getwd.go#L56: 		dir, err = ignoringEINTR2(syscall.Getwd)